runtime.special.kind (field)
15 uses
runtime (current package)
heapdump.go#L458: if sp.kind != _KindSpecialFinalizer {
heapdump.go#L657: if sp.kind != _KindSpecialProfile {
mgc.go#L1759: s.special.kind = _KindSpecialReachable
mgcmark.go#L378: if sp.kind != _KindSpecialFinalizer {
mgcsweep.go#L561: if tmp.kind == _KindSpecialFinalizer {
mgcsweep.go#L574: if special.kind == _KindSpecialFinalizer || !hasFin {
mgcsweep.go#L586: if siter.s.kind == _KindSpecialReachable {
mheap.go#L1813: kind byte // kind of special
mheap.go#L1851: kind := s.kind
mheap.go#L1916: if offset == uintptr(s.offset) && kind == s.kind {
mheap.go#L1920: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && kind < s.kind) {
mheap.go#L1946: s.special.kind = _KindSpecialFinalizer
mheap.go#L2003: s.special.kind = _KindSpecialProfile
mheap.go#L2055: switch s.kind {
pinner.go#L332: rec.special.kind = _KindSpecialPinCounter
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |